.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.page_title_left {
    line-height: 1.3;
}

.f_w_600 {
    font-weight: 600;
    font-size: 20px;
}

.f_w_900 {
    font-size: 30px;
}

.text_white {
    color: black !important;
}

.text_blue {
    color: #6F9DA1 !important;
}

.breadcrumb.page_bradcam li {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.page_title_box {
    padding-bottom: 20px;
}

.white_card {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.box-content_status {
    line-height: 2.3;
    text-align: center;
}

.total_order {
    color: black !important;
    font-size: 23px;
}

.order_title {
    color: #6F9DA1 !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.white_card_body.renew_report_card {
    padding: 39px 50px;
}

.white_card .white_card_body {
    padding: 10px 10px 10px;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-around {
    justify-content: space-evenly !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.main_content .main_content_iner {
    min-height: 68vh;
    transition: .5s;
    margin: 30px;
}

.pt_30 {
    padding-top: 30px!important;
}

.plr_30 {
    padding: 0 30px!important;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.single_element .quick_activity_wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    margin-bottom: 20px;
}

@media (max-width: 575.98px)  {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px;
    }
}

.single_element .single_quick_activity {
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 30px 30px;
    position: relative;
    background-image: linear-gradient(to right, #A15790 , #ED4988);
}

.single_element .single_quick_activity:nth-child(2) {
    background-image: linear-gradient(to right, #594AB7 , #C682F8);
}

.single_element .single_quick_activity:nth-child(3) {
    background-image: linear-gradient(to right, #0B149F , #19C3D8);
}

element.style {
    position: relative;
}

.card_icon {
    float: right;
    font-size: 50px;
}

.status_order_icon {
    float: right;
    font-size: 20px;
}


.box_top_news {
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}

.box_bar_chart{
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    padding: 19px;
    border: 2px solid #e5e3e8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.list{
    margin: 0 0 10px;
    padding: 10px;
    line-height: 1.8;
}
